NcApi
Data Fields
NcApi Struct Reference

This is the definition of a global structure holding various information, in particular the RX and TX buffers for a specific UART, and tha set of application callbacks to handle any received messages. These data are managed by the NcApi module, and as such the fields are considered internal to NcApi.

#include <NcApi.h>

Data Fields

uint8_t rxBuffer [255]
 Internal UART receive buffer. More...
 
uint16_t rxPosition
 Internal position in UART receive buffer. More...
 
volatile uint8_t txMsgLen
 Internal UART transmit buffer length. More...
 
uint8_t txBuffer [32]
 Internal UART transmit buffer. More...
 
void * writeCallbackToken
 Internal UART transmit callback token. More...
 
volatile uint8_t recvBufIsSynced
 Internal UART receive buffer in sync. More...
 
tNcApiRxHandlersNcApiRxHandlers
 Set of application callbacks to handle any received messages. More...
 

The documentation for this struct was generated from the following file: